home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / s3ianurb.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.5 KB  |  60 lines

  1.  
  2. // JavaScript wrapper for s3ianurb.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IANURBSSPECIFIC_H = 1;
  7. include("real/intact/r3intact.js")
  8. include("oops/r3vector.js")
  9.  
  10.  
  11. var R3CLID_IANURBSSPECIFIC = 1329;
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. R3IANURBSSPECIFICA_CurrentPo = 1329500;
  20. function SetR3IANURBSSPECIFICA_CurrentPo(value) {
  21.   R3Set(this.r3obj, R3IANURBSSPECIFICA_CurrentPo, value, R3TID_VECTOR, 0); 
  22. }
  23.  
  24. function GetR3IANURBSSPECIFICA_CurrentPo() {
  25.   return R3Get(this.r3obj, R3IANURBSSPECIFICA_CurrentPo, R3TID_VECTOR, 0); 
  26. }
  27.  
  28. R3IANURBSSPECIFICA_CurrentPa = 1329501;
  29. function SetR3IANURBSSPECIFICA_CurrentPa(value) {
  30.   R3Set(this.r3obj, R3IANURBSSPECIFICA_CurrentPa, value, R3TID_VECTOR, 0); 
  31. }
  32.  
  33. function GetR3IANURBSSPECIFICA_CurrentPa() {
  34.   return R3Get(this.r3obj, R3IANURBSSPECIFICA_CurrentPa, R3TID_VECTOR, 0); 
  35. }
  36.  
  37. R3IANURBSSPECIFICA_CurrentOb = 1329502;
  38. function GetR3IANURBSSPECIFICA_CurrentOb() {
  39.   return R3ToJS(R3Get(this.r3obj, R3IANURBSSPECIFICA_CurrentOb, R3TID_OBJECT, 0)); 
  40. }
  41.  
  42.  
  43.  
  44. function r3Ianurbsspecific () { 
  45.    this.base = r3God;
  46.    if(arguments.length) {
  47.       this.base(R3CLID_IANURBSSPECIFIC, arguments);
  48.    }
  49.    // Methods
  50.  
  51.    // Attributes
  52.    this.GetCurrentPo=GetR3IANURBSSPECIFICA_CurrentPo;
  53.    this.SetCurrentPo=SetR3IANURBSSPECIFICA_CurrentPo;
  54.    this.GetCurrentPa=GetR3IANURBSSPECIFICA_CurrentPa;
  55.    this.SetCurrentPa=SetR3IANURBSSPECIFICA_CurrentPa;
  56.    this.GetCurrentOb=GetR3IANURBSSPECIFICA_CurrentOb;
  57. }
  58.  
  59. r3Ianurbsspecific.prototype=new r3Intact;
  60. // s3ianurb.h_H